Params

public interface Params

The parameters of the VerifyCertificateCallback.

Functions

Link copied to clipboard
Returns the certificate that is requested to be verified.
Link copied to clipboard
public Host host()
Returns the host name of the SSL server that requests the certificate verification.
Link copied to clipboard
Returns the list of intermediate certificates in the chain of the validated certificate.
Link copied to clipboard
Returns the list of errors found by the default SSL certificate verifier.
Link copied to clipboard
@Deprecated(since = "7.26", forRemoval = true)
public List<CertVerificationStatus> verificationStatuses()
Returns the list of error codes found by the default SSL certificate verifier.